home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / halt / scripts / DefineSprite_194 / frame_5 / DoAction.as
Encoding:
Text File  |  2002-03-20  |  199 b   |  9 lines

  1. myWidth = mask.ph._width;
  2. myHeight = mask.ph._height;
  3. count++;
  4. if(myWidth != 0 and myWidth != null and myHeight != 0 and myHeight != null)
  5. {
  6.    control.resize(myWidth,myHeight);
  7.    stop();
  8. }
  9.